GetMembersWithUDA

Gets the properties of ClassName marked with @attribute. If the attribute is PrimaryKeyColumn then it also confirms the property has NotNull.

Members

Aliases

GetMembersWithUDA
alias GetMembersWithUDA = NoDuplicates!(Impl!(__traits(derivedMembers, ClassName)))
Undocumented in source.

Templates

Impl
template Impl(T...)
Undocumented in source.
Overloads
template Overloads(P...)
Undocumented in source.

Return Value

AliasSeq with distinct properties that have @attribute assigned to it.

Meta